home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / netconnect3 / metalweb4.0 / rexx / ibrowse.rexx < prev    next >
OS/2 REXX Batch file  |  1999-03-25  |  211b  |  10 lines

  1. /*
  2. ** This script shows how to obtain a list
  3. ** of an applications ARexx commands.
  4. */
  5.  
  6. OPTIONS RESULTS
  7.  
  8. address 'METALWEB.1' SAVE_ALLPATH 'ram:tmp.html'
  9. address 'IBROWSE' GOTOURL 'file://localhost/ram:tmp.html'
  10.